home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000111_news@columbia.edu _Fri Jan 21 14:26:46 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA09718
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Jan 2000 14:26:45 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA27913
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 21 Jan 2000 14:16:34 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Case Study #13: PPP Dialing
  11. Date: 21 Jan 2000 19:16:33 GMT
  12. Organization: Columbia University
  13. Message-ID: <86abah$r86$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <86aa56$q8a$1@newsmaster.cc.columbia.edu>,
  17. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  18. : In article <86a84r$hpg$1@eve.enteract.com>,
  19. : Dale A. Dellutri <ddellutr@enteract.com> wrote:
  20. : : ...
  21. : : Frank: will something like this be available for the new Kermit 95 (or
  22. : : whatever you'll call the new C-Kermit for Windows 95/98/NT/2000)?  I
  23. : : would _love_ to have a replacement for the standard MS Dial-Up
  24. : : Networking.
  25. : No.  The RAS APIs do not allow another process to make the connection
  26. : and then hand off the handle to the TAPI device to RAS for the purposes
  27. : of performing PPP.
  28. In other words, you should voice your concerns to your operating system
  29. provider.  Some operating systems allow this -- even PC-based ones like
  30. OS/2 -- others don't.
  31.  
  32. - Frank